home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / DTP / PDF071E.ZIP / Docs / Changes next >
Text File  |  1997-12-15  |  4KB  |  103 lines

  1. version 0.71e 971215
  2. - Print 'all' does print all pages now
  3.  
  4. version 0.71d 971214
  5. - Set correct printerfile type for PostScript output.
  6.  
  7. version 0.71c 971124
  8. - If a image is an 2 color image create a 2 color sprite instead of 256 or 32K
  9.   color. This saves memory.
  10. - Fixed Annot Border bug. Border is optional in pdf
  11. - Fixed Link rectangle compare. x1,x2 and y1,y2 might be swapped.
  12.   
  13. version 0.71b 970904
  14. - Removed a test message
  15.  
  16. version 0.71a 970903
  17. - Now based on xpdf 0.7. This gives:
  18.   - Better PDF 1.2 support  
  19. - Added internal links.
  20. - Added error message when pdf file is encrypted.
  21. - Better character mapping. Characters in the standard acorn font encodings
  22.   are now mapped correctly.
  23. - Better text export. It uses the xpdf text class now.
  24. - Added printing. This works for RO 3.7. However my A310 with RO 3.10 and
  25.   !Printers 1.53 crashes. I have decided not to pospone this new version
  26.   because it has some other big improvements. If you have RO 3.10 and printing
  27.   works for you please give an email with your setup details.
  28.   
  29. version 0.64a 9705
  30. - Choices window. 
  31.   If Choices$Dir is set then Pdf will save the choices in <Choices$Dir>.Pdf
  32.   else the choices are saved in <Pdf$Dir>.Choices. This way if you have
  33.   installed Pdf on a read only device the choices can be saved on a different
  34.   place by setting Choices$Dir.
  35. - 32000 colour sprites. For RiscOS >= 3.5
  36. - You can start !PDF now without baricon. Use -nobaricon on the commandline.
  37.   If you want the baricon to reappear press the <ALT> key while you
  38.   start the program
  39. - Viewer menu restructured
  40. - View rotate option added
  41. - Show links option added (links are not active yet)
  42. - Very basic text export added. It performs generally well except for column
  43.   based text's.
  44.  
  45. version 0.63b internal version
  46. - Fixed save stack problem
  47. - Dashed lines support added
  48. - Fixed line width again
  49. - Fixed memory leak when closing last view on document
  50.  
  51. version 0.63a 970405
  52. - Rotated fonts support added.
  53. - Better font scaling. 
  54. - Fixed line width. !PDF shows real line width now (has a minor bug though)
  55. - LZW decoding without temp file. Result: Speed!!
  56. - Fixed embedded sprite name. Spritename can be handled by !paint now.
  57. - Fixed rotated images. Images are rotated correct
  58. - Use fixpoint for DCT gives 5 to 10 times speed increase for JPEG images
  59. - Better positioning of sprites
  60. - New class model for drawfile sprites.
  61. - Makefile changed
  62. - Files can be saved as: DrawFile (one page), PDF and PS (all pages)
  63. - Mask images are now implementated by masked sprites
  64.  
  65. version 0.62b 970322
  66. - Better memory management. PDF Uses flex now.
  67. - Fixed memory leak
  68.  
  69. version 0.62a 970315
  70. - Major rewrite drawfile interface, solved hidden drawfile error
  71. - Non effective navigation controls are disabled, eg previous is disabled
  72.   if page is no 1.
  73. - No more need for gzip. The LZW code is included in the !RunImage
  74. - Added base code for links (not operatable yet)
  75. - Added 'Accurate' option to viewermenu. When this entry is ticked (default)
  76.   pdf uses an object for every character. This way the greatest rendering
  77.   precision is achieved (atm). When unticked Pdf creates objects for
  78.   as many characters as defined by the pdf file. This gives smaller but
  79.   less accurate (thus rendering) !Draw files.
  80. - Support for multiple documents
  81. - Support for multiple views/document
  82. - Started Hints file
  83. - Check files with type text (FFF) or data (FFD) for PDF header
  84. - Added support for ImageMask resource
  85. - Enhanced image scaling; Images are now rendered 1:1 in the drawfile. When
  86.   displayed the drawfile module does the scaling.
  87. - Toolbar extended
  88.  
  89. version 0.61b 970222
  90. - Removed not supported key code PRINT
  91. - Removed not working F11 from menu
  92. - Removed not working shift-F1 from menu
  93. - FileInfo dialog does display actual file info
  94. - <WimpScrap$Dir>.pdf is used for temp files
  95. - Reorganized LZW stream (more inline with xpdf, less diffs)
  96. - Changed filetype to Acorn allocated one. Filetype is now &ADF
  97. - Display documentname in window title
  98. - Added Cursor key control: CTRL-Left page back; CTRL-Right page forward
  99. - When rendering is active the navigation controls are disabled
  100.  
  101. version 0.61a 970215
  102. - First release
  103.